github.com/gotd/td/telegram.cachedCDNPool.max (field)

8 uses

	github.com/gotd/td/telegram (current package)
		cdn_pool_manager.go#L17: 	max int64
		cdn_pool_manager.go#L92: 	if p.max < 1 {
		cdn_pool_manager.go#L99: 	return p.max >= need
		cdn_pool_manager.go#L114: 		if pools[best].max < 1 {
		cdn_pool_manager.go#L118: 		if p.max > 0 && p.max < pools[best].max {
		cdn_pool_manager.go#L181: 		max:  need,